home *** CD-ROM | disk | FTP | other *** search
- Short: Enum style, lists to constants
- Author: Braneloc@mirex.demon.co.uk
- Uploader: Braneloc@mirex.demon.co.uk
- Type: dev/basic
-
- Ultra small program for converting lists of things into constant lists for
- HiSoft Basic 2, a bit like enums, but const is much nicer :-)
-
- First make a nice list of anything you want to turn into a list of stuff.
- This list can contain anything, but make sure it is all valid as variable
- names. You do not need to include any nasty '%' signs. I really hate
- typing them.
-
- Then run 'constant-ize <filename>' and a few seconds later you will suddenly
- have a couple of new files in the same directory.
-
- '<filename>_h.bas' is the real file of usefullness. It contains the list of
- constants you want to include in your program. You can then do stuff
- without remembering tedious stuff like offsets.
-
- '<filename>_sub.bas' is a quick subroutine that may come in handy. I like
- loading a string array with the same contents as the constants so I can
- print what it is without doing a million 'if' statements.
-
- _ _ _ _ _ _ | Ferengi Rule of Acquisition #202
- |_> |_| |_| |\ | |_ | | | / | |
- |_> | \ | | | \| |_ |_ |_| \_ . | The justification for profit is profit.
- |
- Please email me at: Braneloc@mirex.demon.co.uk
-
- Alternative email: Braneloc@draught.demon.co.uk (DraughtFlow BBS,
- 01707 328484, free internet email, 16 CD's online, no download limit..)
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 628 269 57.1% 25-Jan-96 12:37:04 const.info
- 1469 742 49.4% 02-Mar-96 01:02:14 const.readme
- 101 89 11.8% 25-Jan-96 12:35:18 +cars
- 247 142 42.5% 25-Jan-96 12:35:30 +cars_h.bas
- 156 119 23.7% 25-Jan-96 12:35:30 +cars_sub.bas
- 10792 4339 59.7% 25-Jan-96 12:34:30 +Constant-ize
- 2048 1049 48.7% 19-Dec-95 08:39:26 +constant-ize.doc
- 468 225 51.9% 25-Jan-96 12:36:44 +constant-ize.doc.info
- 10792 4339 59.7% 25-Jan-96 12:34:30 +Constantize
- -------- ------- ----- --------- --------
- 26701 11313 57.6% 03-Apr-96 18:42:34 9 files
-